Fix fallback menubar size allocation
authorMatthias Clasen <mclasen@redhat.com>
Sat, 16 Nov 2013 19:49:21 +0000 (14:49 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 16 Nov 2013 19:52:26 +0000 (14:52 -0500)
commit9e18a521569341486156c75db488e35e16904616
tree2d58801536c6762d8678ff08b96e4c7a56594a9b
parent73b02933d0790dc7478d8eda3eaee0c7f0a7fef5
Fix fallback menubar size allocation

When the menubar inserted by GtkApplicationWindow is the widest
widget in a csd window, its allocation gets cut short. Fix this
by taking the decoration size into account while calculating
the size request (it is implicitly taken into account in the
size allocation phase by _gtk_window_set_allocation).
gtk/gtkapplicationwindow.c